| Overload | Description |
|---|---|
| CopyTo(T[]) | Copies the items of this array (from 0 to Count) to the specified target array (from 0). |
| CopyTo(Int32,T[],Int32,Int32) | Copies the items of this array (from 0 to itemsToCopy) to the specified target array (at targetIndex). |